projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5efc3b
)
(dired-file-set-difference): Don't use `caddr'.
author
John Paul Wallington
<jpw@pobox.com>
Mon, 19 Jul 2004 12:31:24 +0000
(12:31 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Mon, 19 Jul 2004 12:31:24 +0000
(12:31 +0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 9b401b7e41c3f5ba3ff4c0d4b6beec4b9a889371..6c1a9ad36f03270b105c2e530e87d1866154a376 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-163,8
+163,8
@@
condition. Two file items are considered to match if they are equal
(unless (let ((list list2))
(while (and list
(not (let* ((file2 (car list))
- (fa1 (ca
ddr file1
))
- (fa2 (ca
ddr file2
))
+ (fa1 (ca
r (cddr file1)
))
+ (fa2 (ca
r (cddr file2)
))
(size1 (nth 7 fa1))
(size2 (nth 7 fa2))
(mtime1 (float-time (nth 5 fa1)))